Cloning VMs in Hyper-V
It's a common enough scenario: build one template machine and then mirror that to make a testlab, so you'd think this would be a built-in feature of Hyper-V, but its not. Luckily, it's not too hard to do once you know how, and I'll guide you through the tough parts Continue Reading...
Use PowerShell to download video Streams

Streaming is cool and all, but there are times when it's nice to have videos saved locally, like the huge backlog of content from MMS and TechEd. Â However, a lot of streaming services want you to only view their videos within the confines of their web page, normally with a sign-in session. In this post, I'll show you a few ways to download videos you'll run across online, and how you can use PowerShell to download some of the REALLY tricky ones. Continue Reading...
Part V - Building Responsive PowerShell Apps with Progress bars

In this post we'll be covering how to implement progress bars in your own application, and how to multi-thread your PowerShell applications so they don't hang when background operations take place. The goal here is to ensure that our applications DON'T lock up when the users click anything. Continue Reading...
Planning for SCCM Current Branch

This is mostly an info dump of what we know and what we suspect about how Current Branch will play out for SCCM. This plan is currently in place for a number of my customers, including some big enterprise customers. It's how I'm doing it, but I will admit that I don't have any secret info here (nothing NDA breaking :0 here). Continue Reading...
SCCM - USMT on Windows 10 'too many files for sharing'
Solving an odd USMT issue... Continue Reading...
SCCM Reporting - Can't save a report
Ever run into this issue where you can’t save a report you’re editing in the report builder?
Continue Reading...